From 93b3da0d9e7d4644772328ccfc89db7c6b3671c2 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Wed, 7 Sep 2005 21:35:05 +0000 Subject: [PATCH] Fix typo. Signed-off-by: Christian Limpach --- tools/xenstore/xenstored_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenstore/xenstored_domain.c b/tools/xenstore/xenstored_domain.c index cd347bc3d9..1d53288797 100644 --- a/tools/xenstore/xenstored_domain.c +++ b/tools/xenstore/xenstored_domain.c @@ -475,7 +475,7 @@ int domain_init(void) } #endif if (eventchn_fd < 0) - barf_perror("Failed to open connection evtchn device"); + barf_perror("Failed to open evtchn device"); if (xc_evtchn_bind_virq(*xc_handle, VIRQ_DOM_EXC, &virq_port)) barf_perror("Failed to bind to domain exception virq"); -- 2.30.2